home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1987 February / Ahoy_Magazine_87-02_1987_Double_L.d64 / Short Demo (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  213b  |  12 lines

  1. 100 (NULL)
  2. 110 (NULL)(10,10,6,12)
  3. 120 (NULL)(1,1,0,32,40,40)
  4. 130 a$="this is"+chr$(13)+"a test."
  5. 140 (NULL)(1,a$)
  6. 150 get t$:if t$<>" " then 150
  7. 160 (NULL)(3,2)
  8. 170 for i=1 to 4: (NULL)(i,2)
  9. 180 for j=1 to 20: next j: next i
  10. 190 get t$: if t$<>" " then 170
  11. 200 (NULL)(3)
  12.